From d4f972af3e6b48892252a1f33bab992aca07e5e9 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Fri, 25 Mar 2022 20:57:26 +0000 Subject: [PATCH] Use Debian packaged mathjax Author: Andreas Tille Forwarded: not-needed Gbp-Pq: Name mathjax-path.patch --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8df048ce..452ca8fd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -69,6 +69,8 @@ extensions = [ "contributors", # custom pandas extension ] +mathjax_path="MathJax.js" + exclude_patterns = [ "**.ipynb_checkpoints", # to ensure that include files (partial pages) aren't built, exclude them -- 2.30.2